home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmj
/
Source
/
NumberTile.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-08
|
330b
|
27 lines
/*
* There are ten number tiles, 0 to 9.
* Number Tiles are used to show the number of tiles
* remaining to be cleared on the game board.
*
$Author$
$Header$
*
$Log$
*/
#import "Tile.h"
extern "Objective-C" {
#import <objc/objc.h>
}
class NumberTile : public Tile {
public:
virtual void drawImage( NXPoint );
};